Eclipc java,writting a program [closed]
        Posted  
        
            by 
                ghassar
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ghassar
        
        
        
        Published on 2012-06-24T02:58:41Z
        Indexed on 
            2012/06/24
            3:16 UTC
        
        
        Read the original article
        Hit count: 155
        
I have an important exercise for that i found in the internet please i need help in using eclipc java thanks
i have to  design, implement, test and document a Java program (a set of classes) for one of the 
following problem specifications: 
Problem 1 – Jubilee Estate Agency Property Management System 
A local Estate Agent would like a prototype system to keep track of properties that are offered for sale. The 
Estate Agent sells domestic and commercial properties.
You will need to define classes that represent the Estate Agency System. You should design your system
and the classes that you will need before starting coding. Your system must have a graphical user interface 
and be designed and developed using the object-oriented principles of the MVC architecture design pattern 
i.e. the user interface class must be separate from the other classes. 
The initial basic requirements for the system are as follows:
• Include a list of domestic properties for sale that include details of: address, description, selling price, and 
number of rooms 
• Include a list of commercial properties for sale that include details of: address, description, selling price, 
and area in square metres
• Enable the properties that are for sale to be viewed on the screen 
• Allow the customer to select one or more properties to be placed on a ‘viewing list’ so that the properties 
can be visited in person 
• Display on the screen the viewing list that shows the details of the properties chosen 
• Provide a basic search facility to find properties that are for sale in a particular price band and display the 
results 
• Enable a property to be marked as sold
© Stack Overflow or respective owner